Handles creating, reading and updating organisations.

GET /api/organisation/UMS%20BioCore/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 33,
    "name": "UMS BioCore",
    "description": "Certified by the CNRS (UAR 3556), Inserm (US16), Nantes University, and Nantes University Hospital, the BioCore service unit manages and coordinates 8 technology platforms.",
    "homepage": "https://biocore.univ-nantes.fr/",
    "orgid": null,
    "fields": [],
    "city": "Nantes",
    "logo_url": "https://biocore.univ-nantes.fr/uas/biocore/LOGO/Biocore-blanc.png"
}